org.eclipse.vtp.framework.common.support
Class CustomDataField

java.lang.Object
  extended by org.eclipse.vtp.framework.common.support.CustomDataField

public class CustomDataField
extends java.lang.Object

CustomDataField.

Author:
Lonnie Pryor

Constructor Summary
CustomDataField(java.lang.String name, IDataType type, java.lang.String initialValue)
          Creates a new CustomDataField.
 
Method Summary
 java.lang.String getInitialValue()
          Returns the initialValue.
 java.lang.String getName()
          Returns the name.
 IDataType getType()
          Returns the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDataField

public CustomDataField(java.lang.String name,
                       IDataType type,
                       java.lang.String initialValue)
Creates a new CustomDataField.

Parameters:
name -
type -
initialValue -
Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
The name.

getType

public IDataType getType()
Returns the type.

Returns:
The type.

getInitialValue

public java.lang.String getInitialValue()
Returns the initialValue.

Returns:
The initialValue.